home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / conv / ConvertNum.readme < prev    next >
Text File  |  1998-05-05  |  3KB  |  64 lines

  1. Short:    V1.21 convert numbers (roman also)
  2. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  3. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  4. Version:  1.21
  5. Type:     util/conv
  6. Kurz:     Konvertiert Zahlen (auch roemisch)
  7.  
  8. This program can convert numbers between decimal, hexadecimal, octal,
  9. binary and roman number format. Additionally also ASCII chars are printed,
  10. so ASCII to dec/hex and reverse is also possible. It supports negative
  11. numbers for input as well. It displays ten number conversions together.
  12.  
  13. You have buttons, menus and mx radio buttons to select the wanted input
  14. type. (A=ASCII, B=Binary, D=Decimal, H=Hexadecimal, O=Octal, R=Roman).
  15. For CLI start you have same characters as keywords. Multiple inputs are
  16. allowed for CLI start.
  17.  
  18. To enter more than one number in one pass, you need to sperate the numbers
  19. by a | (123|454 enters both 123 and 454). More than 10 inputs are useless,
  20. as ConvertNum only shows ten lines.
  21.  
  22. ConvertNum also prints a negative form for decimal numbers. USE THIS WITH
  23. CARE. The results are useful only for real negative numbers! For computer
  24. variables the negative numbers are marked by setting their first bit to 1.
  25. But because the first bit may be the 8th, 16th or 32nd, it is not easily
  26. possible to find the negative number. ConvertNum takes the first bit it
  27. finds as negative marker. For positive numbers the output is useless
  28. thus. :-)
  29.  
  30. Roman numbers are read in any possible format, but printed in shortest
  31. format always. So an input numbers needs not to be printed as same in
  32. output (XIIII is printed as XIV). Roman numbers cannot exceed 3888, as only
  33. 3 chararcters are allowed and M (=1000) is the highest. ConvertNum prints
  34. roman number part below 3888 and adds a decimal number before that showing
  35. number of missing M's.
  36. So 3³MMMC means decimal 6100, which may be written as MMMMMMC.
  37.  
  38. Disadvantages:
  39.  - it wont run on NTSC HiRes, as it needs at least 234 pixels window height
  40.  - it always uses Topaz8-Font
  41.  
  42. Please contact me:
  43.  
  44. ****************************************************************************
  45. * snail-mail:                  * e-mail:                                   *
  46. *   Dirk Stoecker              *   stoecker@rcs.urz.tu-dresden.de          *
  47. *   Geschwister-Scholl-Str. 10 *   stoecker@amigaworld.com                 *
  48. *   01877 Bischofswerda        * world wide web:                           *
  49. *   GERMANY                    *   http://home.pages.de/~Gremlin/          *
  50. * phone:                       * pgp key:                                  *
  51. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages       *
  52. ****************************************************************************
  53.  
  54.  
  55. ============================= Archive contents =============================
  56.  
  57. Original  Packed Ratio    Date     Time    Name
  58. -------- ------- ----- --------- --------  -------------
  59.     6936    3831 44.7% 01-Apr-98 12:09:08  ConvertNum
  60.      826     271 67.1% 01-Apr-98 12:08:58  ConvertNum.info
  61.     2678    1242 53.6% 01-Apr-98 12:08:58  ConvertNum.readme
  62. -------- ------- ----- --------- --------
  63.    10440    5344 48.8% 03-Apr-98 15:27:34   3 files
  64.